home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM7 / TFORM7.txt
Text File  |  2000-07-30  |  2KB  |  110 lines

  1. object Form7: TForm7
  2.   Left = 334
  3.   Top = 116
  4.   Width = 303
  5.   Height = 172
  6.   Caption = 'Manual Print Position'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   OnClose = FormClose
  16.   OnDeactivate = FormDeactivate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 10
  22.     Top = 10
  23.     Width = 273
  24.     Height = 16
  25.     Caption = 'Images will print (one per page) at this location:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 12
  29.     Top = 39
  30.     Width = 149
  31.     Height = 16
  32.     Caption = 'From LEFT SIDE of page:'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 49
  36.     Top = 69
  37.     Width = 110
  38.     Height = 16
  39.     Caption = 'From TOP of page:'
  40.   end
  41.   object Label4: TLabel
  42.     Left = 246
  43.     Top = 39
  44.     Width = 38
  45.     Height = 16
  46.     Caption = 'Label4'
  47.   end
  48.   object Label5: TLabel
  49.     Left = 246
  50.     Top = 69
  51.     Width = 38
  52.     Height = 16
  53.     Caption = 'Label5'
  54.   end
  55.   object Edit1: TEdit
  56.     Left = 167
  57.     Top = 30
  58.     Width = 71
  59.     Height = 24
  60.     Hint = 
  61.       'The left side of the image will be at this location.  The image ' +
  62.       'is placed against the right margin if it will not fit between th' +
  63.       'e left margin entered here and the right side of the page.  A la' +
  64.       'rge value will place images as far right as possible.  '
  65.     ParentShowHint = False
  66.     ShowHint = True
  67.     TabOrder = 0
  68.     Text = '0.00'
  69.   end
  70.   object Edit2: TEdit
  71.     Left = 167
  72.     Top = 59
  73.     Width = 71
  74.     Height = 24
  75.     Hint = 
  76.       'The top of the image will be at this location.  The image is pla' +
  77.       'ced against the bottom margin if it will not fit between the top' +
  78.       ' margin entered here and the bottom of the page.  A large value ' +
  79.       'will place images as low as possible.  '
  80.     ParentShowHint = False
  81.     ShowHint = True
  82.     TabOrder = 1
  83.     Text = '0.00'
  84.   end
  85.   object BitBtn1: TBitBtn
  86.     Left = 20
  87.     Top = 98
  88.     Width = 70
  89.     Height = 31
  90.     Hint = 'Use the above margins.'
  91.     ParentShowHint = False
  92.     ShowHint = True
  93.     TabOrder = 2
  94.     OnClick = BitBtn1Click
  95.     Kind = bkOK
  96.   end
  97.   object BitBtn2: TBitBtn
  98.     Left = 187
  99.     Top = 98
  100.     Width = 92
  101.     Height = 31
  102.     Hint = 'Leave margins as they were before.'
  103.     ParentShowHint = False
  104.     ShowHint = True
  105.     TabOrder = 3
  106.     OnClick = BitBtn2Click
  107.     Kind = bkCancel
  108.   end
  109. end
  110.